home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Shareware / BulletProof FTP 2009.70 / bpftpclient_install.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-02-20  |  3.7 KB  |  68 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=BulletProof FTP Client 2009
  4. AppVerName=BulletProof FTP Client 2009
  5. AppId=BulletProof FTP Client 2009
  6. AppPublisher=BulletProof Software LLC
  7. AppPublisherURL=http://www.builtbp.com/
  8. AppSupportURL=http://www.builtbp.com/
  9. AppUpdatesURL=http://www.builtbp.com/
  10. DefaultDirName={pf}\BulletProof FTP Client 2009
  11. DefaultGroupName=BulletProof FTP Client 2009
  12. UninstallDisplayIcon={app}\bpftpclient.exe
  13. UninstallDisplayName=BulletProof FTP Client 2009 (remove only)
  14. UninstallFilesDir={app}\Uninstall
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\bpftpclient.exe"; DestDir: "{app}"; Components: bpftp; 
  22. Source: "{app}\bpftpclient.hlp"; DestDir: "{app}"; Components: bpftp; 
  23. Source: "{app}\bpftpclient.ntv.lng"; DestDir: "{app}"; Components: bpftp; 
  24. Source: "{app}\License.txt"; DestDir: "{app}"; Components: bpftp; 
  25. Source: "{app}\readme.txt"; DestDir: "{app}"; Components: bpftp; 
  26. Source: "{app}\bpftpclient-ipwatcher.exe"; DestDir: "{app}"; Components: bpftp; 
  27. Source: "{app}\bpftpclient-website.url"; DestDir: "{app}"; Components: bpftp; 
  28. Source: "{app}\bpftpclient-buynow.url"; DestDir: "{app}"; Components: bpftp; 
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\BulletProof Software\BulletProof FTP Client"; Flags: uninsdeletekey dontcreatekey 
  31. [Run]
  32. Filename: "{app}\bpftpclient.exe"; Description: "Launch BulletProof FTP Client 2009"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\BulletProof FTP Client 2009"; Filename: "{app}\bpftpclient.exe"; 
  35. Name: "{group}\BulletProof FTP Client 2009 Help"; Filename: "{app}\bpftpclient.hlp"; 
  36. Name: "{group}\BulletProof FTP Client 2009 Readme"; Filename: "{app}\readme.txt"; 
  37. Name: "{group}\BulletProof FTP Client 2009 Website"; Filename: "{app}\bpftpclient-website.url"; 
  38. Name: "{group}\BulletProof FTP Client 2009 Purchasing"; Filename: "{app}\bpftpclient-buynow.url"; 
  39. Name: "{group}\BulletProof IP Watcher"; Filename: "{app}\bpftpclient-ipwatcher.exe"; 
  40. Name: "{group}\Uninstall BulletProof FTP Client 2009"; Filename: "{uninstallexe}"; 
  41. Name: "{commondesktop}\BulletProof FTP Client 2009"; Filename: "{app}\bpftpclient.exe"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BulletProof FTP Client 2009"; Filename: "{app}\bpftpclient.exe"; Tasks: quicklaunchicon; MinVersion: 4.1,5.0; 
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Components: "bpftp"; 
  45. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Components: "bpftp"; 
  46. [Components]
  47. Name: "bpftp"; Description: "BulletProof FTP Client 2009 Required Files"; Types: "full min custom"; 
  48. [UninstallDelete]
  49. Type: filesandordirs; Name: "{app}\default.bps"; 
  50. [Types]
  51. Name: "full"; Description: "Full Installation"; 
  52. Name: "min"; Description: "Minimal Installation"; 
  53. Name: "custom"; Description: "Custom Installation"; 
  54. [CustomMessages]
  55. default.NameAndVersion=%1 version %2
  56. default.AdditionalIcons=Additional icons:
  57. default.CreateDesktopIcon=Create a &desktop icon
  58. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  59. default.ProgramOnTheWeb=%1 on the Web
  60. default.UninstallProgram=Uninstall %1
  61. default.LaunchProgram=Launch %1
  62. default.AssocFileExtension=&Associate %1 with the %2 file extension
  63. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "default"; MessagesFile: "embedded\default.isl"; 
  68.